3.1.3 \(\int 5 \, dx\) [3]

Optimal. Leaf size=3 \[ 5 x \]

[Out]

5*x

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 3, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 1.000, Rules used = {8} \begin {gather*} 5 x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[5,x]

[Out]

5*x

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin {align*} \int 5 \, dx &=5 x\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 3, normalized size = 1.00 \begin {gather*} 5 x \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[5,x]

[Out]

5*x

________________________________________________________________________________________

Maple [A]
time = 0.00, size = 4, normalized size = 1.33

method result size
default \(5 x\) \(4\)
norman \(5 x\) \(4\)
risch \(5 x\) \(4\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(5,x,method=_RETURNVERBOSE)

[Out]

5*x

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 3, normalized size = 1.00 \begin {gather*} 5 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5,x, algorithm="maxima")

[Out]

5*x

________________________________________________________________________________________

Fricas [A]
time = 1.14, size = 3, normalized size = 1.00 \begin {gather*} 5 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5,x, algorithm="fricas")

[Out]

5*x

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 2, normalized size = 0.67 \begin {gather*} 5 x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5,x)

[Out]

5*x

________________________________________________________________________________________

Giac [A]
time = 1.82, size = 3, normalized size = 1.00 \begin {gather*} 5 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5,x, algorithm="giac")

[Out]

5*x

________________________________________________________________________________________

Mupad [B]
time = 0.01, size = 3, normalized size = 1.00 \begin {gather*} 5\,x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(5,x)

[Out]

5*x

________________________________________________________________________________________